home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 48 / MOBICLIC 48.ISO / pc / DATA / PROM / PAN01_2.DIR / 00012_Script_12 < prev    next >
Text File  |  2002-07-12  |  250b  |  13 lines

  1. -- boucle et roll
  2. on exitFrame
  3.   global gListeCom
  4.   if the pauseState=0 then
  5.     if soundBusy(3)=0 then
  6.       niveauSon
  7.     end if
  8.     if count(gListeCom) <> 0 then    
  9.       glisserSurC 4,4,1
  10.     end if 
  11.     go to the frame
  12.   end if 
  13. end